home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 01_kinb / o_sms / 00037_Script_37 < prev    next >
Text File  |  1994-10-06  |  181b  |  11 lines

  1. on startMovie
  2.   sound playFile 1, "O_Sound"
  3.   cursor 200
  4. end startMovie  
  5.  
  6. on stepMovie
  7.   if not soundBusy (1) then
  8.     sound playFile 1, "O_Sound"
  9.   end if
  10. end stepMovie
  11.